func runtime.read
5 uses
runtime (current package)
netpoll_epoll.go#L148: read(int32(netpollBreakRd), noescape(unsafe.Pointer(&tmp[0])), int32(len(tmp)))
os_linux.go#L278: n = read(fd, noescape(unsafe.Pointer(&auxvreadbuf[0])), int32(unsafe.Sizeof(auxvreadbuf)))
os_linux.go#L329: n := read(fd, ptr, int32(len(numbuf)))
os_linux.go#L379: n := read(fd, unsafe.Pointer(&r[0]), int32(len(r)))
stubs2.go#L16: func read(fd int32, p unsafe.Pointer, n int32) int32
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |